home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tsort212.zip / TAGSORT.DOC next >
Text File  |  1992-01-18  |  2KB  |  43 lines

  1. I wrote this program so that I could have my offline files in the
  2. listing that they belong in and place them at the bottom of the
  3. list so users could press the space when they have seen enough.
  4.  
  5. The way I run it here at Dungeon Quest II is, I use Mike's list
  6. program (FLIST281.ZIP) in the -c -u mode, this updates the file-
  7. size of all the files, I then run my program with the -F /N /OD
  8. parameters and I'm done!
  9.  
  10. This enables me to move files to an "offline" directory using
  11. DOS, then during the nitely event all the sizes/listings get
  12. updated. When my offline directory gets about the same size as
  13. my tape, I back 'em up and delete them.
  14.  
  15. The reason for this program was so that when I restored a file
  16. I could put it in the correct directory and the listing would
  17. get updated automagically.
  18.  
  19. You can obtain help with the parameters by typing TAGSORT ? or
  20. just TAGSORT for the usage info.  Some things you need to know
  21. are:
  22.         1. The -F command must be followed by the path to your
  23.         status.dat file. (ie. -Fc:\tag) <- note, no spaces
  24.  
  25.         2. The sort parameters must be in the correct order and
  26.         must be proceeded with the /.  The online sort first and
  27.         the offline sort last.
  28.  
  29.         3. The online sort parameter is required.
  30.  
  31.         4. You may specify a path/filename on the command line.
  32.         (ie. TAGSORT d:\files\files /N /OD) <- note no extension
  33.  
  34. Any problems, please let me know via the TAG echo or via netmail,
  35. I do write a *.BAK file of each directory file in case anything
  36. goes wrong.
  37.  
  38.                                    Don Slade
  39.                                    Fidonet 1:3629/201
  40.                                    Dungeon Quest II
  41.                                    (919) 447-3321
  42.  
  43.